home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / instant / IDA.EXE / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt
Text File  |  1997-08-25  |  1KB  |  78 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 374
  3.   Top = 252
  4.   ActiveControl = NameField
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Register'
  8.   ClientHeight = 198
  9.   ClientWidth = 227
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 116
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 16
  22.     Width = 40
  23.     Height = 16
  24.     Caption = 'Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 80
  29.     Width = 109
  30.     Height = 16
  31.     Caption = 'Registration code:'
  32.   end
  33.   object NameField: TEdit
  34.     Left = 24
  35.     Top = 32
  36.     Width = 177
  37.     Height = 24
  38.     Hint = 'Enter you name here'
  39.     TabOrder = 0
  40.     OnChange = NameFieldChange
  41.     OnExit = NameFieldExit
  42.   end
  43.   object Seriel: TEdit
  44.     Left = 24
  45.     Top = 96
  46.     Width = 177
  47.     Height = 24
  48.     Hint = 'Enter your registration code here'
  49.     Enabled = False
  50.     PasswordChar = '*'
  51.     TabOrder = 1
  52.     OnChange = SerielChange
  53.     OnExit = SerielExit
  54.   end
  55.   object bOk: TButton
  56.     Left = 24
  57.     Top = 152
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'OK'
  61.     Default = True
  62.     Enabled = False
  63.     ModalResult = 1
  64.     TabOrder = 2
  65.     OnClick = bOkClick
  66.   end
  67.   object bCancel: TButton
  68.     Left = 120
  69.     Top = 152
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.     OnClick = bCancelClick
  76.   end
  77. end
  78.